home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
CHIP Haziran 2001.iso
/
prog
/
video
/
04
/
setup.exe
/
TMPGEnc.exe
/
1033
/
RCDATA
/
TMPEGCONFIG_EDGEPOWERFORM
/
TMPEGCONFIG_EDGEPOWERFORM.txt
Wrap
Text File
|
2001-04-04
|
5KB
|
235 lines
object MPEGConfig_EdgePowerForm: TMPEGConfig_EdgePowerForm
Left = 304
Top = 186
BorderStyle = bsDialog
Caption = 'Sharpen edge'
ClientHeight = 442
ClientWidth = 554
Color = clBtnFace
Constraints.MinHeight = 453
Constraints.MinWidth = 560
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
ShowHint = True
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Bevel1: TBevel
Left = 102
Top = 322
Width = 353
Height = 80
Anchors = [akBottom]
end
object Label1: TLabel
Left = 114
Top = 336
Width = 50
Height = 12
Anchors = [akBottom]
Caption = 'Horizontal:'
end
object Label3: TLabel
Left = 114
Top = 361
Width = 50
Height = 12
Anchors = [akBottom]
Caption = 'Vertical:'
end
object Panel2: TPanel
Left = 5
Top = 5
Width = 545
Height = 308
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvNone
BorderStyle = bsSingle
PopupMenu = PopupMenu1
TabOrder = 0
object ResultVideoBox: TDXPaintBox
Left = 0
Top = 0
Width = 541
Height = 288
AutoStretch = True
Center = True
KeepAspect = True
Stretch = True
ViewWidth = 0
ViewHeight = 0
Align = alClient
OnClick = ResultVideoBoxClick
OnDblClick = VideoDblClick
end
object DoubleClickLabel: TLabel
Left = 115
Top = 146
Width = 322
Height = 12
Anchors = []
Caption = 'Double click here to select video source to display.'
OnDblClick = VideoDblClick
end
object VideoScrollBar: TScrollBar
Left = 0
Top = 288
Width = 541
Height = 16
Align = alBottom
Enabled = False
PageSize = 1
TabOrder = 0
OnChange = VideoScrollBarChange
OnScroll = VideoScrollBarScroll
end
end
object OKButton: TButton
Left = 395
Top = 412
Width = 73
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 7
OnClick = OKButtonClick
OnKeyDown = EditKeyDown
end
object CancelButton: TButton
Left = 475
Top = 412
Width = 73
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 8
OnKeyDown = EditKeyDown
end
object EdgeXScrollBar: TScrollBar
Left = 174
Top = 334
Width = 194
Height = 16
Anchors = [akBottom]
Max = 127
Min = -127
PageSize = 0
TabOrder = 1
OnChange = EdgeXScrollBarChange
end
object EdgeXEdit: TSpinEdit
Left = 374
Top = 331
Width = 73
Height = 21
Anchors = [akBottom]
MaxValue = 127
MinValue = -127
TabOrder = 3
Value = 0
OnChange = EdgeXEditChange
OnKeyDown = EditKeyDown
end
object DefaultButton: TButton
Left = 226
Top = 412
Width = 89
Height = 25
Anchors = [akBottom]
Caption = 'Default'
TabOrder = 5
OnClick = DefaultButtonClick
end
object EnableFilter: TCheckBox
Left = 464
Top = 321
Width = 81
Height = 17
Anchors = [akBottom]
Caption = 'Enable filter'
Checked = True
State = cbChecked
TabOrder = 6
OnClick = EnableFilterClick
end
object EdgeYScrollBar: TScrollBar
Left = 174
Top = 359
Width = 194
Height = 16
Anchors = [akBottom]
Max = 127
Min = -127
PageSize = 0
Position = 1
TabOrder = 2
OnChange = EdgeYScrollBarChange
end
object EdgeYEdit: TSpinEdit
Left = 374
Top = 356
Width = 73
Height = 21
Anchors = [akBottom]
MaxValue = 127
MinValue = -127
TabOrder = 4
Value = 0
OnChange = EdgeYEditChange
OnKeyDown = EditKeyDown
end
object EdgeFieldCheckBox: TCheckBox
Left = 174
Top = 380
Width = 97
Height = 17
Anchors = [akBottom]
Caption = 'Field base'
TabOrder = 9
OnClick = EdgeFieldCheckBoxClick
end
object PopupMenu1: TPopupMenu
Left = 294
Top = 86
object N1: TMenuItem
Tag = 1
Caption = 'Original size'
OnClick = N1Click
end
object N2: TMenuItem
Tag = 2
Caption = 'Zoom 2x'
OnClick = N1Click
end
object N3: TMenuItem
Tag = 3
Caption = 'Zoom 3x'
OnClick = N1Click
end
object N4: TMenuItem
Tag = 4
Caption = 'Zoom 4x'
OnClick = N1Click
end
object N5: TMenuItem
Caption = '-'
end
object C1: TMenuItem
Caption = '&Copy to clipboard'
ShortCut = 16451
OnClick = C1Click
end
end
end